object BookSelector: TBookSelector Left = 232 Top = 124 ActiveControl = lItems BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Select the Address Books you want to work with' ClientHeight = 264 ClientWidth = 461 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object lbABooks: TLabel Left = 8 Top = 16 Width = 73 Height = 13 Caption = '&Address books:' end object lItems: TCheckListBox Left = 8 Top = 32 Width = 309 Height = 217 ItemHeight = 13 TabOrder = 0 end object bOK: TButton Left = 324 Top = 32 Width = 129 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object bCancel: TButton Left = 324 Top = 72 Width = 129 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object bSelectAll: TButton Left = 324 Top = 184 Width = 129 Height = 25 Caption = '&Select all' TabOrder = 3 OnClick = bSelectAllClick end object bUnselectAll: TButton Left = 324 Top = 224 Width = 129 Height = 25 Caption = '&Unselect all' TabOrder = 4 OnClick = bSelectAllClick end end